register_test_account_evm

operation register_test_account_evm(evm_address: byte_array, signature: signature)

Registers a new test account using an Ethereum address and signature. The operation is used to create accounts that are linked to an Ethereum address for testing purposes.

Parameters

evm_address
  • The Ethereum address associated with the test account.

signature
  • The signature verifying the authenticity of the provided Ethereum address.